5 lines
69 B
Kotlin
5 lines
69 B
Kotlin
package test
|
|
|
|
public interface SingleAbstractMethod {
|
|
fun foo()
|
|
} |