Wrong package light file with package class
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
package test.kotlin
|
||||
|
||||
fun foo(a: Any): Any = a
|
||||
@@ -0,0 +1 @@
|
||||
// TOOL: DataFlowInspection
|
||||
Reference in New Issue
Block a user