Files

6 lines
62 B
Kotlin
Vendored

package test
public class Super {
fun foo(r: Runnable)
}