EA-38625 Fixed - UOE: NamespaceType.throwException
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
// FILE: Test.java
|
||||
public class Test {
|
||||
public static final String FOO = "test";
|
||||
}
|
||||
|
||||
// FILE: test.kt
|
||||
fun ff() {
|
||||
val a = Test?.FOO
|
||||
System?.out.println(a)
|
||||
}
|
||||
Reference in New Issue
Block a user