Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
e1e07d20949869a38f2fc0b6ceeea1235721f07f
/
.
/
compiler
/
testData
/
klibABI
/
removeAbstractFunctionFromInterface
/
lib2
/
l2.kt
blob: 96514a44eefb12493cd11f2ac5260631ae08b2a9 [
file
]
package
lib2
import
lib1
.
A
class
B
:
A
{
override
fun foo
()
=
42
}