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