Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0c8f3faeecbeecb0d1430ef2b86dd192a029711c
/
.
/
compiler
/
testData
/
loadJava
/
compiledKotlin
/
classFun
/
TraitOpenFun.txt
blob: 840071cc07ddf5b93a946f1cbc0d33a1e3df8057 [
file
]
package test
public interface A {
public open fun f(): kotlin.String
}