[NoArg] Reorganize module structure of NoArg plugin
This commit is contained in:
committed by
teamcity
parent
0f757c300a
commit
8fc4962213
@@ -0,0 +1,26 @@
|
||||
@MyAnno
|
||||
@kotlin.Metadata
|
||||
public interface Base {
|
||||
// source: 'inherited.kt'
|
||||
}
|
||||
|
||||
@NoArg
|
||||
@java.lang.annotation.Retention
|
||||
@kotlin.Metadata
|
||||
public annotation class MyAnno {
|
||||
// source: 'inherited.kt'
|
||||
}
|
||||
|
||||
@java.lang.annotation.Retention
|
||||
@kotlin.Metadata
|
||||
public annotation class NoArg {
|
||||
// source: 'inherited.kt'
|
||||
}
|
||||
|
||||
@MyAnno
|
||||
@kotlin.Metadata
|
||||
public final class Test {
|
||||
// source: 'inherited.kt'
|
||||
public method <init>(): void
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
Reference in New Issue
Block a user