Light analysis tests: do not render empty lines between classes and in the beginning
This commit is contained in:
-1
@@ -4,7 +4,6 @@ public final class AnonymousObjectPropertyInitializationKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method getO(): T
|
||||
}
|
||||
|
||||
|
||||
public interface T {
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
-3
@@ -3,7 +3,6 @@ public class A {
|
||||
protected final @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
public final static field Companion: B.Companion
|
||||
inner class B/Companion
|
||||
@@ -11,13 +10,11 @@ public final class B {
|
||||
public final @org.jetbrains.annotations.NotNull method bar(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final static class B/Companion {
|
||||
inner class B/Companion
|
||||
private method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class ClassCallsProtectedInheritedByCompanionKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -9,14 +9,12 @@ public abstract class FList {
|
||||
public final @org.jetbrains.annotations.NotNull method plus(p0: java.lang.Object): FList
|
||||
}
|
||||
|
||||
|
||||
public final static class FList/Companion {
|
||||
inner class FList/Companion
|
||||
private method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getEmptyFList(): FList
|
||||
}
|
||||
|
||||
|
||||
public final class FlistKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method emptyFList(): FList
|
||||
|
||||
@@ -5,7 +5,6 @@ public final class A {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class A/Companion {
|
||||
inner class A/Companion
|
||||
private method <init>(): void
|
||||
@@ -14,7 +13,6 @@ public final static class A/Companion {
|
||||
public final method setZ(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final class InitializationOrderKt {
|
||||
private static @org.jetbrains.annotations.NotNull field result: java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
@@ -2,7 +2,6 @@ public final class Kt1047Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public class Test {
|
||||
public final static field Companion: Test.Companion
|
||||
private final static field hello: java.lang.String
|
||||
@@ -11,7 +10,6 @@ public class Test {
|
||||
public method test(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class Test/Companion {
|
||||
inner class Test/Companion
|
||||
private method <init>(): void
|
||||
|
||||
@@ -4,7 +4,6 @@ public final class A {
|
||||
public final @org.jetbrains.annotations.NotNull method getValue(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Kt11117Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method test(@org.jetbrains.annotations.NotNull p0: A): java.lang.String
|
||||
|
||||
@@ -2,7 +2,6 @@ public final class Kt1136Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class SomeClass {
|
||||
private final field list: java.util.ArrayList
|
||||
private @org.jetbrains.annotations.Nullable field status: java.lang.Throwable
|
||||
@@ -13,7 +12,6 @@ public final class SomeClass {
|
||||
public final method setStatus(@org.jetbrains.annotations.Nullable p0: java.lang.Throwable): void
|
||||
}
|
||||
|
||||
|
||||
public final class SomeClass/Inner {
|
||||
private final @org.jetbrains.annotations.NotNull field copy: java.util.ArrayList
|
||||
synthetic final field this$0: SomeClass
|
||||
@@ -22,7 +20,6 @@ public final class SomeClass/Inner {
|
||||
public final @org.jetbrains.annotations.NotNull method getCopy(): java.util.ArrayList
|
||||
}
|
||||
|
||||
|
||||
public final class SomeObject {
|
||||
public final static field INSTANCE: SomeObject
|
||||
private final static field workerThread: SomeObject$workerThread$1
|
||||
|
||||
@@ -9,7 +9,6 @@ public enum class Color {
|
||||
public static method values(): Color[]
|
||||
}
|
||||
|
||||
|
||||
public enum class Direction {
|
||||
public final static field EAST: Direction
|
||||
public final static field NORTH: Direction
|
||||
@@ -20,7 +19,6 @@ public enum class Direction {
|
||||
public static method values(): Direction[]
|
||||
}
|
||||
|
||||
|
||||
public final class Kt1186Kt {
|
||||
public final static method bar(@org.jetbrains.annotations.NotNull p0: Color): int
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
@@ -2,13 +2,11 @@ public final class Bar {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public abstract class Foo {
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method hello(p0: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Kt1600Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -3,7 +3,6 @@ public final class C {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class C/Obj {
|
||||
public final static field INSTANCE: C.Obj
|
||||
private final static @org.jetbrains.annotations.NotNull field o: java.lang.String
|
||||
@@ -14,7 +13,6 @@ public final class C/Obj {
|
||||
public final @org.jetbrains.annotations.NotNull method getO(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final static class C/Obj/D {
|
||||
private final @org.jetbrains.annotations.NotNull field ko: java.lang.String
|
||||
inner class C/Obj
|
||||
@@ -23,7 +21,6 @@ public final static class C/Obj/D {
|
||||
public final @org.jetbrains.annotations.NotNull method getKo(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class C/Obj/InnerObj {
|
||||
public final static field INSTANCE: C.Obj.InnerObj
|
||||
inner class C/Obj
|
||||
@@ -32,7 +29,6 @@ public final class C/Obj/InnerObj {
|
||||
public final @org.jetbrains.annotations.NotNull method k(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Kt2398Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -4,7 +4,6 @@ public final class A {
|
||||
public final @org.jetbrains.annotations.NotNull method ok(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
private final class A/Foo {
|
||||
public final static field INSTANCE: A.Foo
|
||||
private final static @org.jetbrains.annotations.NotNull field foov: java.lang.String
|
||||
@@ -15,7 +14,6 @@ private final class A/Foo {
|
||||
public final @org.jetbrains.annotations.NotNull method getFoov(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class A/Foo/Bar {
|
||||
public final static field INSTANCE: A.Foo.Bar
|
||||
private final static @org.jetbrains.annotations.NotNull field barv: java.lang.String
|
||||
@@ -26,7 +24,6 @@ public final class A/Foo/Bar {
|
||||
public final @org.jetbrains.annotations.NotNull method getBarv(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Kt2675Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -5,14 +5,12 @@ public final class Clazz {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class Clazz/Companion {
|
||||
inner class Clazz/Companion
|
||||
private method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getA(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class Kt2719Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -3,7 +3,6 @@ public class A {
|
||||
public final @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Kt2822Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -2,14 +2,12 @@ public final class Kt3238Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Obj {
|
||||
public final static field INSTANCE: Obj
|
||||
inner class Obj/Inner
|
||||
private method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class Obj/Inner {
|
||||
inner class Obj/Inner
|
||||
public method <init>(): void
|
||||
|
||||
@@ -2,7 +2,6 @@ public final class Kt3684Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public class X {
|
||||
private final field n: java.lang.String
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
|
||||
@@ -2,15 +2,12 @@ public class Base {
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: N): void
|
||||
}
|
||||
|
||||
|
||||
public final class Derived {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class Kt4086Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface N
|
||||
|
||||
@@ -6,14 +6,12 @@ public final class Identifier {
|
||||
public final @org.jetbrains.annotations.Nullable method getName(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final static class Identifier/Companion {
|
||||
inner class Identifier/Companion
|
||||
private method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method init(@org.jetbrains.annotations.Nullable p0: java.lang.Object): Identifier
|
||||
}
|
||||
|
||||
|
||||
public final class Kt535Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -4,14 +4,12 @@ public class while_bug_1/AllEvenNum {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class while_bug_1/AllEvenNum/Companion {
|
||||
inner class while_bug_1/AllEvenNum/Companion
|
||||
private method <init>(): void
|
||||
public method main(@org.jetbrains.annotations.Nullable p0: java.lang.String[]): void
|
||||
}
|
||||
|
||||
|
||||
public final class while_bug_1/Kt560Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -3,7 +3,6 @@ public final class Kt694Kt {
|
||||
public final static method checkA(@org.jetbrains.annotations.NotNull p0: Test): boolean
|
||||
}
|
||||
|
||||
|
||||
public enum class Test {
|
||||
public final static field A: Test
|
||||
public final static field B: Test
|
||||
|
||||
Vendored
-1
@@ -2,7 +2,6 @@ public final class LocalFunctionInObjectInitializer_kt4516Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class O {
|
||||
public final static field INSTANCE: O
|
||||
private final static @org.jetbrains.annotations.NotNull field mmmap: java.util.HashMap
|
||||
|
||||
@@ -4,7 +4,6 @@ public final class A {
|
||||
public final @org.jetbrains.annotations.NotNull method result(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class MethodOnObjectKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
-3
@@ -5,21 +5,18 @@ public class A {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class A/B {
|
||||
inner class A/B
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method bar(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final static class A/Companion {
|
||||
inner class A/Companion
|
||||
private method <init>(): void
|
||||
protected final @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class NestedDerivedClassCallsProtectedFromCompanionKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-3
@@ -5,19 +5,16 @@ public class A {
|
||||
public final method getS(): int
|
||||
}
|
||||
|
||||
|
||||
public final class NestedObjectWithSuperclassKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Outer {
|
||||
public final static field INSTANCE: Outer
|
||||
inner class Outer/O
|
||||
private method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class Outer/O {
|
||||
public final static field INSTANCE: Outer.O
|
||||
inner class Outer/O
|
||||
|
||||
Vendored
-2
@@ -5,14 +5,12 @@ public final class A {
|
||||
public final @org.jetbrains.annotations.NotNull method getX(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public class A/Inner {
|
||||
synthetic final field this$0: A
|
||||
inner class A/Inner
|
||||
public method <init>(p0: A): void
|
||||
}
|
||||
|
||||
|
||||
public final class ObjectExtendsInnerAndReferencesOuterMemberKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-1
@@ -7,7 +7,6 @@ public final class A {
|
||||
public final @org.jetbrains.annotations.NotNull method getB(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class ObjectInitialization_kt5523Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -7,7 +7,6 @@ public final class C {
|
||||
public final @org.jetbrains.annotations.NotNull method initChild(p0: int): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class ObjectLiteralKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -6,7 +6,6 @@ final class p/C {
|
||||
public final method getY(): int
|
||||
}
|
||||
|
||||
|
||||
public final class p/ObjectLiteralInClosureKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-2
@@ -6,7 +6,6 @@ public final class Cls {
|
||||
public final @org.jetbrains.annotations.NotNull method getString(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Obj {
|
||||
public final static field INSTANCE: Obj
|
||||
private final static @org.jetbrains.annotations.NotNull field buffer: java.lang.StringBuilder
|
||||
@@ -16,7 +15,6 @@ public final class Obj {
|
||||
public final @org.jetbrains.annotations.NotNull method getString(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class ObjectVsClassInitialization_kt5291Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method with(p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.jvm.functions.Function1): java.lang.Object
|
||||
|
||||
@@ -3,14 +3,12 @@ public class A {
|
||||
public method foo(): int
|
||||
}
|
||||
|
||||
|
||||
public final class O {
|
||||
public final static field INSTANCE: O
|
||||
private method <init>(): void
|
||||
public method foo(): int
|
||||
}
|
||||
|
||||
|
||||
public final class ObjectWithSuperclassKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-4
@@ -3,25 +3,21 @@ public class A {
|
||||
public method foo(): int
|
||||
}
|
||||
|
||||
|
||||
public final class O {
|
||||
public final static field INSTANCE: O
|
||||
private method <init>(): void
|
||||
public method foo(): int
|
||||
}
|
||||
|
||||
|
||||
public final class ObjectWithSuperclassAndTraitKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface T {
|
||||
inner class T/DefaultImpls
|
||||
public abstract method foo(): int
|
||||
}
|
||||
|
||||
|
||||
public final class T/DefaultImpls {
|
||||
inner class T/DefaultImpls
|
||||
public static method foo(p0: T): int
|
||||
|
||||
Vendored
-2
@@ -4,7 +4,6 @@ public final class A {
|
||||
public final @org.jetbrains.annotations.NotNull method getResult(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class C {
|
||||
public final static field INSTANCE: C
|
||||
private final static @org.jetbrains.annotations.NotNull field g: java.lang.String
|
||||
@@ -13,7 +12,6 @@ public final class C {
|
||||
public final @org.jetbrains.annotations.NotNull method getG(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class PrivateExtensionFromInitializer_kt4543Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method a(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function1): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
Vendored
-3
@@ -8,17 +8,14 @@ public final class Foo {
|
||||
public final method getResult(): int
|
||||
}
|
||||
|
||||
|
||||
private final class Foo/O {
|
||||
public final static field INSTANCE: Foo.O
|
||||
inner class Foo/O
|
||||
private method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class PrivateFunctionFromClosureInInitializer_kt5582Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface T
|
||||
|
||||
@@ -4,7 +4,6 @@ public class A {
|
||||
public @org.jetbrains.annotations.NotNull method getV(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class ReceiverInConstructorKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method a(@org.jetbrains.annotations.NotNull p0: A, @org.jetbrains.annotations.NotNull p1: java.lang.String): A
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
@@ -2,7 +2,6 @@ public final class SafeAccessKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Test {
|
||||
public final static field INSTANCE: Test
|
||||
private final static @org.jetbrains.annotations.NotNull field a: java.lang.String
|
||||
|
||||
@@ -5,7 +5,6 @@ public final class A {
|
||||
public final method getX(): int
|
||||
}
|
||||
|
||||
|
||||
public final class SimpleObjectKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -4,7 +4,6 @@ public class A {
|
||||
public @org.jetbrains.annotations.NotNull method getV(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public class B {
|
||||
private final @org.jetbrains.annotations.NotNull field v: java.lang.String
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
@@ -12,7 +11,6 @@ public class B {
|
||||
public @org.jetbrains.annotations.NotNull method getV(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class ThisInConstructorKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -3,7 +3,6 @@ public class BaseClass {
|
||||
public final method getFromClass(p0: java.lang.Object): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class C {
|
||||
public final static field INSTANCE: C
|
||||
private static field p: int
|
||||
@@ -21,21 +20,18 @@ public final class C {
|
||||
public final method setP(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public interface I {
|
||||
inner class I/DefaultImpls
|
||||
public abstract method fromInterface(p0: java.lang.Object): java.lang.Object
|
||||
public abstract method genericFromSuper(p0: java.lang.Object): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class I/DefaultImpls {
|
||||
inner class I/DefaultImpls
|
||||
public static method fromInterface(p0: I, p1: java.lang.Object): java.lang.Object
|
||||
public static method genericFromSuper(p0: I, p1: java.lang.Object): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class UseImportedMemberKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-5
@@ -3,7 +3,6 @@ public class BaseClass {
|
||||
public final method getFromClass(p0: java.lang.Object): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class Class {
|
||||
public final static field C: Class.C
|
||||
private static field p: int
|
||||
@@ -11,7 +10,6 @@ public final class Class {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class Class/C {
|
||||
inner class Class/C
|
||||
private method <init>(): void
|
||||
@@ -28,21 +26,18 @@ public final static class Class/C {
|
||||
public final method setP(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public interface I {
|
||||
inner class I/DefaultImpls
|
||||
public abstract method fromInterface(p0: java.lang.Object): java.lang.Object
|
||||
public abstract method genericFromSuper(p0: java.lang.Object): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class I/DefaultImpls {
|
||||
inner class I/DefaultImpls
|
||||
public static method fromInterface(p0: I, p1: java.lang.Object): java.lang.Object
|
||||
public static method genericFromSuper(p0: I, p1: java.lang.Object): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class UseImportedMemberFromCompanionKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user