blob: 8b9befc5e2e5dac9c4c2ba2c9426eefa9690d77d [file]
fun interface MyInterface {
fun execute()
}
fun usage(i: <caret>MyInterface) {
}