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