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