Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2f8b8915520217c656f00750d7faa239c6233ece
/
.
/
compiler
/
testData
/
codegen
/
boxMultiFile
/
kt9958Interface
/
b.kt
blob: 36d890bfe7bf82b2259902037ac7f34fe8119973 [
file
]
package
b
var
result
=
"fail"
abstract
class
A
{
protected
fun foo
()
{
result
=
"OK"
}
}