Files
kotlin/compiler/testData/loadJava/compiledKotlin/class/SingleAbstractMethod.txt
2015-09-08 02:04:32 +03:00

6 lines
99 B
Plaintext
Vendored

package test
public interface SingleAbstractMethod {
public abstract fun foo(): kotlin.Unit
}