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