Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
compiler
/
testData
/
loadJava
/
compiledKotlin
/
class
/
FunInterface.txt
blob: 120346bb56a40add7df279881c4c106e80f574a2 [
file
]
package test
public fun interface F {
public abstract fun kotlin.String.f(/*0*/ x: kotlin.Int): kotlin.Unit
}