d93ffe0aec
^KT-60638 Fixed
10 lines
141 B
Kotlin
10 lines
141 B
Kotlin
package usage
|
|
|
|
class MyType
|
|
class MyClass
|
|
val MyClass.isInterface get() = 4
|
|
|
|
fun usage(type: MyType) {
|
|
type.<expr>isInterface</expr>()
|
|
}
|