Do not output empty non-root packages in tests with txt
Mostly to avoid listing every internal package in kotlin-stdlib/kotlin-reflect, as in https://github.com/JetBrains/kotlin/blob/acd5b62148d797ffd24c4811d1d663f0c1ae7885/compiler/testData/diagnostics/testsWithUnsignedTypes/conversions/conversionOfSignedToUnsigned.txt#L144
This commit is contained in:
Vendored
-6
@@ -33,9 +33,3 @@ package
|
||||
|
||||
public fun test(/*0*/ a: p1.A): kotlin.Unit
|
||||
public fun test(/*0*/ a: p2.A): kotlin.Unit
|
||||
|
||||
package p1 {
|
||||
}
|
||||
|
||||
package p2 {
|
||||
}
|
||||
|
||||
Vendored
-9
@@ -48,12 +48,3 @@ package
|
||||
|
||||
public fun test(/*0*/ a: [ERROR : A]): kotlin.Unit
|
||||
public fun test(/*0*/ a: p2.A): kotlin.Unit
|
||||
|
||||
package p1 {
|
||||
}
|
||||
|
||||
package p2 {
|
||||
}
|
||||
|
||||
package p3 {
|
||||
}
|
||||
|
||||
-6
@@ -33,9 +33,3 @@ package
|
||||
|
||||
public fun test(/*0*/ a: p1.A): kotlin.Unit
|
||||
public fun test(/*0*/ a: p2.A): kotlin.Unit
|
||||
|
||||
package p1 {
|
||||
}
|
||||
|
||||
package p2 {
|
||||
}
|
||||
|
||||
-9
@@ -48,12 +48,3 @@ package
|
||||
|
||||
public fun test(/*0*/ a: [ERROR : A]): kotlin.Unit
|
||||
public fun test(/*0*/ a: p2.A): kotlin.Unit
|
||||
|
||||
package p1 {
|
||||
}
|
||||
|
||||
package p2 {
|
||||
}
|
||||
|
||||
package p3 {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user