33e6a85a2d
We exclude testData pattern from copyright scope
10 lines
141 B
Kotlin
Vendored
10 lines
141 B
Kotlin
Vendored
package usage
|
|
|
|
class MyType
|
|
class MyClass
|
|
val MyClass.isInterface get() = 4
|
|
|
|
fun usage(type: MyType) {
|
|
type.<expr>isInterface</expr>()
|
|
}
|