Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
kt60638.kt
blob: eb4e9f309eee3799c16ce564658215b0941ec532 [
file
]
package
usage
class
MyType
class
MyClass
val
MyClass
.
isInterface
get
()
=
4
fun usage
(
type
:
MyType
)
{
type
.<!
FUNCTION_EXPECTED
,
UNRESOLVED_REFERENCE_WRONG_RECEIVER
!>
isInterface
<!>()
}