Files
kotlin-fork/compiler/testData/diagnostics/tests/controlFlowAnalysis/propertiesOrderInPackage.txt
T
2015-09-08 02:04:32 +03:00

7 lines
81 B
Plaintext
Vendored

package
package a {
public val a: kotlin.Int
public val b: kotlin.Int
}