Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
compiler
/
testData
/
loadJava
/
compiledKotlin
/
class
/
SingleAbstractMethod.txt
blob: af685d6e433229feb157a9850a14b852ab1fd738 [
file
] [
log
] [
blame
]
package test
public interface SingleAbstractMethod {
public abstract fun foo(): kotlin.Unit
}