Wrong package light file with package class

This commit is contained in:
Nikolay Krasko
2015-03-24 01:42:07 +03:00
parent 055be2850f
commit ca98b19aba
6 changed files with 21 additions and 2 deletions
@@ -0,0 +1,11 @@
package test;
import org.jetbrains.annotations.NotNull;
import test.kotlin.KotlinPackage;
public class TopLevelFunctionInDataFlowInspection {
void other(@NotNull Object some) {
Object foo = KotlinPackage.foo(some);
}
}