Files
kotlin-fork/idea/testData/decompiler/decompiledText/FunInterfaceDeclaration.expected.kt
T
2020-01-17 19:36:12 +03:00

15 lines
390 B
Kotlin
Vendored

// IntelliJ API Decompiler stub source generated from a class file
// Implementation of methods is not available
package test
public final class FunInterfaceDeclaration public constructor() {
public fun interface GenericKRunnable<T, R> {
public abstract fun invoke(t: T): R
}
public fun interface KRunnable {
public abstract fun invoke(): kotlin.Unit
}
}