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

8 lines
122 B
Plaintext
Vendored

package
package d {
public val f: () -> kotlin.Int
public var g: kotlin.Int
public fun test(): kotlin.Unit
}