Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
1f76d39e66b4ee8544feac93e4afd8e61ef9610a
/
.
/
compiler
/
testData
/
klibABI
/
nonAbstractFunctionInInterfaceBecomesAbstract
/
lib1
/
l1.kt.0
blob: 9319100a46eaea0c27ebe509800c3a8ca350ca75 [
file
]
package
lib1
interface
A
{
fun foo
():
Int
=
42
fun bar
():
Int
=
42
}