Files
kotlin/compiler/testData/loadJava/kotlinSignature/error/ExplicitFieldGettersAndSetters.txt
2012-10-08 21:07:19 +04:00

7 lines
214 B
Plaintext

namespace test
public open class test.ExplicitFieldGettersAndSetters : java.lang.Object {
public final /*constructor*/ fun <init>(): test.ExplicitFieldGettersAndSetters
public final var foo: jet.String?
}