5 lines
65 B
Kotlin
5 lines
65 B
Kotlin
package test
|
|
|
|
public trait SingleAbstractMethod {
|
|
fun foo()
|
|
} |