Minor, add codegen test on extension to nested class
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class Test {
|
||||
class Nested {
|
||||
val value = "OK"
|
||||
}
|
||||
}
|
||||
|
||||
fun Test.Nested.foo() = value
|
||||
|
||||
fun box() = Test.Nested().foo()
|
||||
Reference in New Issue
Block a user