Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
libraries
/
tools
/
kotlinp
/
jvm
/
testData
/
FunInterface.kt
blob: 794f83fdc55da035cbfdf694b27cec47e37db4b3 [
file
]
fun
interface
F
{
fun
String
.
f
(
x
:
Int
)
}