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