Codegen for callable reference expressions
#KT-1183 In Progress
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
class A {
|
||||
class Nested(val result: String)
|
||||
}
|
||||
|
||||
fun box() = (A::Nested)("OK").result
|
||||
Reference in New Issue
Block a user