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