Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4fb420f3f193efd659908a29789182d7973897e4
/
.
/
compiler
/
testData
/
loadJava
/
compiledJava
/
sam
/
Runnable.txt
blob: 825a213b0b41ce83b8ba4fec943f418b6b8e9a45 [
file
]
package test
public /*synthesized*/ fun Runnable(/*0*/ function: () -> kotlin.Unit): test.Runnable
public trait Runnable {
public abstract fun run(): kotlin.Unit
}