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
1 comment
Avatar
Permanently deleted user

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

0

Please sign in to leave a comment.