mzgreen
03/31/2017, 8:01 AMcase
but it seems that java does not (or it allows to create a package but it can’t compile files in there because case
is a keyword). So when I created a case
package in Kotlin and then tried to compile the project I got the error saying that `expected indentifier in line 1`(package name) in stub class. I guess this is a bug?mg6maciej
03/31/2017, 8:05 AMmzgreen
03/31/2017, 8:28 AMmg6maciej
03/31/2017, 8:30 AM