[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
+21
@@ -0,0 +1,21 @@
|
||||
fun Foo() = 42
|
||||
|
||||
object Foo {
|
||||
fun Bar() = 239
|
||||
|
||||
object Bar
|
||||
}
|
||||
|
||||
|
||||
|
||||
fun En() = 239
|
||||
|
||||
enum class En {
|
||||
ENTRY,
|
||||
|
||||
SUBCLASS { };
|
||||
|
||||
fun ENTRY() = 42
|
||||
|
||||
fun SUBCLASS() = <!AMBIGUITY!>ENTRY<!>()
|
||||
}
|
||||
Reference in New Issue
Block a user