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