Fix usages of IGNORE_BACKEND_WITHOUT_CHECK
This commit is contained in:
@@ -8,7 +8,7 @@ public final class SecondaryConstructors public constructor(x: kotlin.Boolean) {
|
||||
|
||||
private constructor(x: kotlin.Int) { /* compiled code */ }
|
||||
|
||||
public final inner class Inner<T : kotlin.String, G : kotlin.Int> where G : java.io.Serializable {
|
||||
public final inner class Inner<T : kotlin.String, G : kotlin.Int> where G : kotlin.Comparable<kotlin.Int> {
|
||||
public constructor(x: T, g: G) { /* compiled code */ }
|
||||
}
|
||||
|
||||
@@ -17,4 +17,8 @@ public final class SecondaryConstructors public constructor(x: kotlin.Boolean) {
|
||||
|
||||
internal constructor() { /* compiled code */ }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public final annotation class anno public constructor() : kotlin.Annotation {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user