Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6330def4271b547b5c7db5f9759e387de2908e94
/
.
/
compiler
/
testData
/
repl
/
classes
/
simpleTrait.repl
blob: fdbfda942afd0ba7faaedef9950991cec2eb0d7f [
file
] [
log
] [
blame
]
>>>
interface
A
>>>
interface
B
:
A
{
...
fun foo
()
=
45
...
}
>>>
A
::
class
.
java
.
isAssignableFrom
(
B
::
class
.
java
)
true