fix tests in org.jetbrains.kotlin.idea.decompiler.textBuilder
This commit is contained in:
@@ -3,16 +3,16 @@
|
||||
|
||||
package test
|
||||
|
||||
internal final class SecondaryConstructors public constructor(x: kotlin.Boolean) {
|
||||
public final class SecondaryConstructors public constructor(x: kotlin.Boolean) {
|
||||
test.anno public constructor(x: kotlin.String) { /* compiled code */ }
|
||||
|
||||
private constructor(x: kotlin.Int) { /* compiled code */ }
|
||||
|
||||
internal final inner class Inner<T : kotlin.String, G : kotlin.Int> where G : kotlin.Number {
|
||||
public final inner class Inner<T : kotlin.String, G : kotlin.Int> where G : kotlin.Number {
|
||||
public constructor(x: T, g: G) { /* compiled code */ }
|
||||
}
|
||||
|
||||
internal final class Nested {
|
||||
public final class Nested {
|
||||
test.anno public constructor(z: kotlin.Int) { /* compiled code */ }
|
||||
|
||||
internal constructor() { /* compiled code */ }
|
||||
|
||||
Reference in New Issue
Block a user