blob: 4cc575e048e160325152203dc9d320726eb6da10 [file] [log] [blame]
// TARGET_BACKEND: JVM
package test
public interface TaskObject {
fun foo(r: Runnable)
}
fun foo(r: Runnable) {
}