blob: 85b7643966da4d1b5159cc3db451b6cf96d51d5a [file] [log] [blame]
package test
fun interface F {
fun String.f(x: Int)
}