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