Resolve callable reference expressions
#KT-1183 In Progress
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class A {
|
||||
class Nested
|
||||
}
|
||||
|
||||
fun main() {
|
||||
val x = A::Nested
|
||||
|
||||
x : KFunction0<A.Nested>
|
||||
}
|
||||
Reference in New Issue
Block a user