EA-38625 Fixed - Part 2 - UOE: NamespaceType.throwException
This commit is contained in:
@@ -3,8 +3,14 @@ public class Test {
|
||||
public static final String FOO = "test";
|
||||
}
|
||||
|
||||
// FILE: anotherTest.kt
|
||||
package foo
|
||||
|
||||
val s: String = "test"
|
||||
|
||||
// FILE: test.kt
|
||||
fun ff() {
|
||||
val a = Test?.FOO
|
||||
System?.out.println(a)
|
||||
val b = foo?.s
|
||||
System?.out.println(a + b)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user