mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 08:31:31 +00:00
Because .kjsm files now contain all declarations from the package (contrary to the JVM decompiler which produces one file for one class/package facade), some common decompiled text tests started to behave differently on JVM and JS. Update two of them (Modifiers, ClassWithClassObject) to make results the same, copy another (TypeAliases) to JVM-/JS-specific tests with different outputs
22 lines
517 B
Kotlin
Vendored
22 lines
517 B
Kotlin
Vendored
// IntelliJ API Decompiler stub source generated from a class file
|
|
// Implementation of methods is not available
|
|
|
|
package test
|
|
|
|
private var i: kotlin.Int /* compiled code */
|
|
|
|
public val p: kotlin.Int /* compiled code */
|
|
|
|
public fun f(): kotlin.Unit { /* compiled code */ }
|
|
|
|
public fun kotlin.Int.plus(i: kotlin.Int /* = compiled code */): kotlin.Int { /* compiled code */ }
|
|
|
|
public final class Class public constructor() {
|
|
public final class Nested public constructor() {
|
|
}
|
|
}
|
|
|
|
public interface Interface {
|
|
}
|
|
|