Allow inferring property type from its getter
#KT-550 Fixed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
val x get() = "O"
|
||||
|
||||
class A {
|
||||
val y get() = "K"
|
||||
}
|
||||
|
||||
fun box() = x + A().y
|
||||
Reference in New Issue
Block a user