// 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 { public abstract fun invoke(t: T): R } public fun interface KRunnable { public abstract fun invoke(): kotlin.Unit } }