[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
// FILE: A.java
|
||||
public enum A {
|
||||
ENTRY,
|
||||
ANOTHER;
|
||||
|
||||
public String s() {
|
||||
return "";
|
||||
}
|
||||
}
|
||||
|
||||
// FILE: test.kt
|
||||
|
||||
fun main() {
|
||||
val c = A.ENTRY
|
||||
c.s()
|
||||
}
|
||||
Reference in New Issue
Block a user