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