fix tests in org.jetbrains.kotlin.checkers
This commit is contained in:
+3
-3
@@ -1,9 +1,9 @@
|
||||
package test
|
||||
|
||||
internal final class ClassVal {
|
||||
public final class ClassVal {
|
||||
/*primary*/ public constructor ClassVal()
|
||||
internal final val property1: kotlin.Int = 1
|
||||
internal final fun <get-property1>(): kotlin.Int
|
||||
public final val property1: kotlin.Int = 1
|
||||
public final fun <get-property1>(): kotlin.Int
|
||||
internal final val property2: kotlin.Int = 1
|
||||
internal final fun <get-property2>(): kotlin.Int
|
||||
private final val property3: java.lang.Object
|
||||
|
||||
+3
-3
@@ -1,9 +1,9 @@
|
||||
package test
|
||||
|
||||
internal final class ClassValParams {
|
||||
public final class ClassValParams {
|
||||
/*primary*/ public constructor ClassValParams(/*0*/ pr1: kotlin.String, /*1*/ pr2: kotlin.Int, /*2*/ pr3: kotlin.Long, /*3*/ pr4: java.util.Date, /*4*/ pr5: kotlin.Any, /*5*/ pr6: java.lang.Object)
|
||||
internal final val pr1: kotlin.String
|
||||
internal final fun <get-pr1>(): kotlin.String
|
||||
public final val pr1: kotlin.String
|
||||
public final fun <get-pr1>(): kotlin.String
|
||||
internal final val pr2: kotlin.Int
|
||||
internal final fun <get-pr2>(): kotlin.Int
|
||||
private final val pr3: kotlin.Long
|
||||
|
||||
+3
-3
@@ -1,9 +1,9 @@
|
||||
package test
|
||||
|
||||
internal final class ClassVal {
|
||||
public final class ClassVal {
|
||||
/*primary*/ public constructor ClassVal()
|
||||
internal final val property1: kotlin.Int = 1
|
||||
internal final fun <get-property1>(): kotlin.Int
|
||||
public final val property1: kotlin.Int = 1
|
||||
public final fun <get-property1>(): kotlin.Int
|
||||
internal final val property2: kotlin.Int = 1
|
||||
internal final fun <get-property2>(): kotlin.Int
|
||||
private final val property3: java.lang.Object
|
||||
|
||||
+4
-4
@@ -1,10 +1,10 @@
|
||||
package test
|
||||
|
||||
internal final class ClassVar {
|
||||
public final class ClassVar {
|
||||
/*primary*/ public constructor ClassVar()
|
||||
internal final var property1: kotlin.Int
|
||||
internal final fun <get-property1>(): kotlin.Int
|
||||
internal final fun <set-property1>(/*0*/ <set-?>: kotlin.Int): kotlin.Unit
|
||||
public final var property1: kotlin.Int
|
||||
public final fun <get-property1>(): kotlin.Int
|
||||
public final fun <set-property1>(/*0*/ <set-?>: kotlin.Int): kotlin.Unit
|
||||
internal final var property2: kotlin.Int
|
||||
internal final fun <get-property2>(): kotlin.Int
|
||||
internal final fun <set-property2>(/*0*/ <set-?>: kotlin.Int): kotlin.Unit
|
||||
|
||||
+9
-9
@@ -1,24 +1,24 @@
|
||||
package test
|
||||
|
||||
internal open class ClassVarModality {
|
||||
public open class ClassVarModality {
|
||||
/*primary*/ public constructor ClassVarModality()
|
||||
internal open var property1: kotlin.Int
|
||||
internal open fun <get-property1>(): kotlin.Int
|
||||
internal open fun <set-property1>(/*0*/ <set-?>: kotlin.Int): kotlin.Unit
|
||||
public open var property1: kotlin.Int
|
||||
public open fun <get-property1>(): kotlin.Int
|
||||
public open fun <set-property1>(/*0*/ <set-?>: kotlin.Int): kotlin.Unit
|
||||
internal final var property2: kotlin.Int
|
||||
internal final fun <get-property2>(): kotlin.Int
|
||||
internal final fun <set-property2>(/*0*/ <set-?>: kotlin.Int): kotlin.Unit
|
||||
internal open var property3: kotlin.Int
|
||||
internal open fun <get-property3>(): kotlin.Int
|
||||
public open var property3: kotlin.Int
|
||||
public open fun <get-property3>(): kotlin.Int
|
||||
private open fun <set-property3>(/*0*/ <set-?>: kotlin.Int): kotlin.Unit
|
||||
internal final var property4: kotlin.Int
|
||||
internal final fun <get-property4>(): kotlin.Int
|
||||
private final fun <set-property4>(/*0*/ <set-?>: kotlin.Int): kotlin.Unit
|
||||
}
|
||||
|
||||
internal abstract class ClassVarModalityAbstract {
|
||||
public abstract class ClassVarModalityAbstract {
|
||||
/*primary*/ public constructor ClassVarModalityAbstract()
|
||||
internal abstract var property1: java.util.Date
|
||||
internal abstract fun <get-property1>(): java.util.Date
|
||||
public abstract var property1: java.util.Date
|
||||
public abstract fun <get-property1>(): java.util.Date
|
||||
public abstract fun <set-property1>(/*0*/ <set-?>: java.util.Date): kotlin.Unit
|
||||
}
|
||||
|
||||
+4
-4
@@ -1,10 +1,10 @@
|
||||
package test
|
||||
|
||||
internal final class ClassVarParams {
|
||||
public final class ClassVarParams {
|
||||
/*primary*/ public constructor ClassVarParams(/*0*/ pr1: kotlin.String, /*1*/ pr2: kotlin.Int, /*2*/ pr3: kotlin.Long, /*3*/ pr4: java.util.Date, /*4*/ pr5: kotlin.Any, /*5*/ pr6: java.lang.Object)
|
||||
internal final var pr1: kotlin.String
|
||||
internal final fun <get-pr1>(): kotlin.String
|
||||
internal final fun <set-pr1>(/*0*/ <set-?>: kotlin.String): kotlin.Unit
|
||||
public final var pr1: kotlin.String
|
||||
public final fun <get-pr1>(): kotlin.String
|
||||
public final fun <set-pr1>(/*0*/ <set-?>: kotlin.String): kotlin.Unit
|
||||
internal final var pr2: kotlin.Int
|
||||
internal final fun <get-pr2>(): kotlin.Int
|
||||
internal final fun <set-pr2>(/*0*/ <set-?>: kotlin.Int): kotlin.Unit
|
||||
|
||||
+4
-4
@@ -1,10 +1,10 @@
|
||||
package test
|
||||
|
||||
internal final class ClassVal {
|
||||
public final class ClassVal {
|
||||
/*primary*/ public constructor ClassVal()
|
||||
internal final var property1: kotlin.Int
|
||||
internal final fun <get-property1>(): kotlin.Int
|
||||
internal final fun <set-property1>(/*0*/ <set-?>: kotlin.Int): kotlin.Unit
|
||||
public final var property1: kotlin.Int
|
||||
public final fun <get-property1>(): kotlin.Int
|
||||
public final fun <set-property1>(/*0*/ <set-?>: kotlin.Int): kotlin.Unit
|
||||
internal final var property2: kotlin.Int
|
||||
internal final fun <get-property2>(): kotlin.Int
|
||||
internal final fun <set-property2>(/*0*/ <set-?>: kotlin.Int): kotlin.Unit
|
||||
|
||||
+8
-8
@@ -1,21 +1,21 @@
|
||||
package test
|
||||
|
||||
internal final class ClassVal {
|
||||
public final class ClassVal {
|
||||
/*primary*/ public constructor ClassVal()
|
||||
internal final var property1: kotlin.Int
|
||||
internal final fun <get-property1>(): kotlin.Int
|
||||
internal final fun <set-property1>(/*0*/ <set-?>: kotlin.Int): kotlin.Unit
|
||||
public final var property1: kotlin.Int
|
||||
public final fun <get-property1>(): kotlin.Int
|
||||
public final fun <set-property1>(/*0*/ <set-?>: kotlin.Int): kotlin.Unit
|
||||
public final var property10: kotlin.Int
|
||||
public final fun <get-property10>(): kotlin.Int
|
||||
protected final fun <set-property10>(/*0*/ <set-?>: kotlin.Int): kotlin.Unit
|
||||
public final var property11: kotlin.Int
|
||||
public final fun <get-property11>(): kotlin.Int
|
||||
internal final fun <set-property11>(/*0*/ <set-?>: kotlin.Int): kotlin.Unit
|
||||
internal final var property2: java.lang.Object
|
||||
internal final fun <get-property2>(): java.lang.Object
|
||||
public final var property2: java.lang.Object
|
||||
public final fun <get-property2>(): java.lang.Object
|
||||
protected final fun <set-property2>(/*0*/ <set-?>: java.lang.Object): kotlin.Unit
|
||||
internal final var property3: java.lang.Object
|
||||
internal final fun <get-property3>(): java.lang.Object
|
||||
public final var property3: java.lang.Object
|
||||
public final fun <get-property3>(): java.lang.Object
|
||||
private final fun <set-property3>(/*0*/ <set-?>: java.lang.Object): kotlin.Unit
|
||||
protected final var property4: kotlin.String
|
||||
protected final fun <get-property4>(): kotlin.String
|
||||
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
package test
|
||||
|
||||
internal val kotlin.Long.date1: kotlin.Any
|
||||
internal fun kotlin.Long.<get-date1>(): kotlin.Any
|
||||
public val kotlin.Long.date1: kotlin.Any
|
||||
public fun kotlin.Long.<get-date1>(): kotlin.Any
|
||||
internal val kotlin.Long.date12: kotlin.Any
|
||||
internal fun kotlin.Long.<get-date12>(): kotlin.Any
|
||||
private val kotlin.Long.date3: java.util.Date
|
||||
|
||||
+5
-5
@@ -1,13 +1,13 @@
|
||||
package test
|
||||
|
||||
internal var kotlin.Long.date1: kotlin.Any
|
||||
internal fun kotlin.Long.<get-date1>(): kotlin.Any
|
||||
internal fun kotlin.Long.<set-date1>(/*0*/ value: kotlin.Any): kotlin.Unit
|
||||
public var kotlin.Long.date1: kotlin.Any
|
||||
public fun kotlin.Long.<get-date1>(): kotlin.Any
|
||||
public fun kotlin.Long.<set-date1>(/*0*/ value: kotlin.Any): kotlin.Unit
|
||||
public var kotlin.Long.date11: java.util.Date
|
||||
public fun kotlin.Long.<get-date11>(): java.util.Date
|
||||
public fun kotlin.Long.<set-date11>(/*0*/ value: java.util.Date): kotlin.Unit
|
||||
internal var kotlin.Long.date3: kotlin.Any
|
||||
internal fun kotlin.Long.<get-date3>(): kotlin.Any
|
||||
public var kotlin.Long.date3: kotlin.Any
|
||||
public fun kotlin.Long.<get-date3>(): kotlin.Any
|
||||
private fun kotlin.Long.<set-date3>(/*0*/ value: kotlin.Any): kotlin.Unit
|
||||
private var kotlin.Long.date4: java.util.Date
|
||||
private fun kotlin.Long.<get-date4>(): java.util.Date
|
||||
|
||||
Reference in New Issue
Block a user