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