2a7dc1cc0c
This scheme will be common for all compiler plugins with K1 and K2 support: - `plugin-common` contains classes shared with K1 and K2 implementations (if any) - `plugin-k1` contains implementation for K1 compiler - `plugin-k2` contains implementation for K2 compiler - `plugin-backend` contains implementation for backend extensions (if any) - `plugin-cli` is module for registration of plugin in CLI compiler - `plugin` is a root module with tests and all submodules embedded This structure is needed to distinguish parts related to different frontends, which is needed for proper dependencies settings for Kotlin IDE plugins
37 lines
993 B
Plaintext
Vendored
37 lines
993 B
Plaintext
Vendored
@java.lang.annotation.Retention(value=RUNTIME)
|
|
@kotlin.Metadata
|
|
public annotation class AllOpen {
|
|
// source: 'anonymousObject.kt'
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class Test$a$1 {
|
|
// source: 'anonymousObject.kt'
|
|
enclosing method Test.<init>()V
|
|
inner (anonymous) class Test$a$1
|
|
method <init>(): void
|
|
public method run(): void
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class Test$b$1 {
|
|
// source: 'anonymousObject.kt'
|
|
enclosing method Test.b()V
|
|
inner (anonymous) class Test$b$1
|
|
method <init>(): void
|
|
public method run(): void
|
|
}
|
|
|
|
@AllOpen
|
|
@kotlin.Metadata
|
|
public class Test {
|
|
// source: 'anonymousObject.kt'
|
|
private final @org.jetbrains.annotations.NotNull field a: java.lang.Runnable
|
|
inner (anonymous) class Test$a$1
|
|
inner (anonymous) class Test$b$1
|
|
public method <init>(): void
|
|
private final static method b$lambda-0(): void
|
|
public method b(): void
|
|
public @org.jetbrains.annotations.NotNull method getA(): java.lang.Runnable
|
|
}
|