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:
@@ -39,18 +39,7 @@ package k {
|
||||
}
|
||||
}
|
||||
|
||||
package k2 {
|
||||
}
|
||||
|
||||
|
||||
// -- Module: <m2> --
|
||||
package
|
||||
|
||||
package k {
|
||||
}
|
||||
|
||||
package k2 {
|
||||
}
|
||||
|
||||
package k3 {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user