blob: 484b0cb2d9b6ee6b36dca47a80e3d915f23a0e1b [file]
// 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 KRunnable {
public abstract fun invoke(): kotlin.Unit
}
public fun interface GenericKRunnable<T, R> {
public abstract fun invoke(t: T): R
}
}