Properly lower ImplicitClassReceiver
This commit is contained in:
committed by
Dmitry Petrov
parent
a93f929615
commit
20c4f47253
@@ -0,0 +1,11 @@
|
||||
enum class Z {
|
||||
ENTRY {
|
||||
fun test() {}
|
||||
|
||||
class A {
|
||||
fun test2() {
|
||||
test()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user