Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
f467c970b2a4ee4ada1a66e72db80b847652c1d1
/
.
/
compiler
/
testData
/
loadJava
/
compiledJava
/
sam
/
Runnable.txt
blob: dc772241b16b78c5387c41ed82d2f5db0b17e698 [
file
] [
log
] [
blame
]
package test
public interface Runnable {
public abstract fun run(): kotlin.Unit
}