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