Fix error with interpreting name of java property
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// FILE: Main.kt
|
||||
const val name = <!EVALUATED: `SOME_PROPERTY`!>ClassWithProperty::SOME_PROPERTY.name<!>
|
||||
|
||||
// FILE: ClassWithProperty.java
|
||||
public class ClassWithProperty {
|
||||
public boolean SOME_PROPERTY = false;
|
||||
}
|
||||
Reference in New Issue
Block a user