[KAPT] Correct type for property with accessor
^KT-39060 Fixed
This commit is contained in:
@@ -8,7 +8,9 @@ object NonExistentType {
|
||||
val b: List<ABCDEF>? = null
|
||||
val c: (ABCDEF) -> Unit = { f -> }
|
||||
val d: ABCDEF<String, (List<ABCDEF>) -> Unit>? = null
|
||||
|
||||
val foo: Foo get() = Foo()
|
||||
|
||||
fun a(a: ABCDEF, s: String): ABCDEF {}
|
||||
fun b(s: String): ABCDEF {}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user