Files
kotlin/idea/testData/decompiler/decompiledTextJvm/Modifiers.expected.kt
2015-10-19 20:45:02 +03:00

12 lines
320 B
Kotlin
Vendored

// IntelliJ API Decompiler stub source generated from a class file
// Implementation of methods is not available
package test
public final class Modifiers public constructor() {
public final var extVar: kotlin.Int /* compiled code */
public final external fun extFun(): kotlin.Unit { /* compiled code */ }
}