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:
Alexander Udalov
2018-07-30 12:27:19 +02:00
parent ccb6410823
commit 6f9441d3f4
80 changed files with 73 additions and 693 deletions
@@ -44,6 +44,3 @@ package p {
package
public fun test(/*0*/ b: p.B<kotlin.String>?): kotlin.Unit
package p {
}
@@ -50,6 +50,3 @@ package p {
package
public fun test(/*0*/ b: p.B<p.Tr>?): kotlin.Unit
package p {
}
@@ -44,6 +44,3 @@ package p {
package
public fun </*0*/ Y, /*1*/ Z> test(/*0*/ b: p.B<Y, Z>?): kotlin.Unit
package p {
}
@@ -44,6 +44,3 @@ package p {
package
public fun </*0*/ Y> test(/*0*/ b: p.B<Y>?, /*1*/ y: Y): kotlin.Unit
package p {
}
@@ -44,6 +44,3 @@ package p {
package
public fun test(/*0*/ b: p.B<kotlin.String>?): kotlin.Unit
package p {
}
@@ -44,6 +44,3 @@ package p {
package
public fun test(/*0*/ b: p.B?, /*1*/ c: p.C): kotlin.Unit
package p {
}
@@ -44,6 +44,3 @@ package p {
package
public fun test(/*0*/ b: p.B?): kotlin.Unit
package p {
}
@@ -44,6 +44,3 @@ package p {
package
public fun test(/*0*/ b: p.B?): kotlin.Unit
package p {
}
@@ -63,6 +63,3 @@ package p {
package
public fun test(/*0*/ b: p.B?): kotlin.Unit
package p {
}
@@ -44,6 +44,3 @@ package p {
package
public fun test(/*0*/ b: p.B?): kotlin.Unit
package p {
}
@@ -44,6 +44,3 @@ package p {
package
public fun test(/*0*/ b: p.B?): kotlin.Unit
package p {
}
@@ -45,6 +45,3 @@ package p {
package
public fun p.B.test(): kotlin.Unit
package p {
}
@@ -45,6 +45,3 @@ package
public fun test(/*0*/ b: p.B?): kotlin.Unit
public fun test1(/*0*/ b: p.B?): kotlin.Unit
package p {
}
@@ -50,6 +50,3 @@ package p {
package
public fun test(/*0*/ b: p.B?): kotlin.Unit
package p {
}
@@ -47,6 +47,3 @@ public fun test(/*0*/ b: p.B?): kotlin.Unit
public fun test1(/*0*/ b: p.B?): kotlin.Unit
public fun test2(/*0*/ b: p.B?): kotlin.Unit
public fun test3(/*0*/ b: p.B?): kotlin.Unit
package p {
}
@@ -45,6 +45,3 @@ package
public fun test(/*0*/ b: p.B?): kotlin.Unit
public fun test1(/*0*/ b: p.B?): kotlin.Unit
package p {
}
@@ -57,6 +57,3 @@ package
public fun test(/*0*/ b: p.B?): kotlin.Unit
public fun test1(/*0*/ b: p.B?): kotlin.Unit
package p {
}
@@ -45,6 +45,3 @@ package
public fun test(/*0*/ b: p.B?): kotlin.Unit
public fun test1(/*0*/ b: p.B?): kotlin.Unit
package p {
}
@@ -18,6 +18,3 @@ package p {
package
public fun test(): kotlin.Unit
package p {
}
@@ -44,6 +44,3 @@ package p {
package
public fun test(/*0*/ b: p.B?): kotlin.Unit
package p {
}
@@ -45,6 +45,3 @@ package p {
package
public fun test(/*0*/ b: p.B?): kotlin.Unit
package p {
}
@@ -63,6 +63,3 @@ package p {
package
public fun test(/*0*/ b: p.B?, /*1*/ a: p.G1<kotlin.Int>, /*2*/ b1: p.G2<p.B, kotlin.String>): kotlin.Unit
package p {
}
@@ -51,6 +51,3 @@ package p {
package
public fun test(/*0*/ b: p.B?): kotlin.Unit
package p {
}
@@ -19,9 +19,3 @@ package
public fun test1(): kotlin.Int
public fun test2(): kotlin.Int
package p1 {
}
package p2 {
}
@@ -44,6 +44,3 @@ package p {
package
public fun test(/*0*/ b: p.B?): kotlin.Unit
package p {
}