Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
e1e07d20949869a38f2fc0b6ceeea1235721f07f
/
.
/
compiler
/
testData
/
klibABI
/
removeAbstractFunctionFromInterface
/
lib1
/
l1.kt.0
blob: 688079b81435cda3d048558cbaf5526f73de477a [
file
]
package
lib1
interface
A
{
fun foo
():
Int
}