[Analysis API] add tests for delegate field
^KT-64584
This commit is contained in:
committed by
Space Team
parent
3f337bf62d
commit
06950f57db
Vendored
+13
@@ -0,0 +1,13 @@
|
||||
// FILE: A.kt
|
||||
interface A {
|
||||
var Int.zoo: Unit
|
||||
fun foo()
|
||||
fun Int.smth(): Short
|
||||
val foo: Int
|
||||
var bar: Long
|
||||
val Int.doo: String
|
||||
}
|
||||
®
|
||||
class I(private val p: A) : A by p
|
||||
|
||||
// class: I
|
||||
Reference in New Issue
Block a user