stub for property test
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
class PrivateVal {
|
||||
private val prop = 0;
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
package org.jetbrains.jet.codegen;
|
||||
|
||||
/**
|
||||
* @author yole
|
||||
*/
|
||||
public class PropertyGenTest extends CodegenTestCase {
|
||||
public void testPrivateVal() throws Exception {
|
||||
loadFile("privateVal.jet");
|
||||
System.out.println(generateToText());
|
||||
// TODO
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user