package name cannot contain import token

Hi, is it expected behaviour? I cannot create packages that look like
package xxx.yyy.import.zzz;

I have Build - 9757

0
Avatar
Permanently deleted user

I think it is correct as import is invalid package name (reserved java word)

0

请先登录再写评论。