KT-8299 Make proper access to private fields in generated methods of data classes

This commit is contained in:
Alexey Andreev
2016-05-17 11:58:52 +03:00
parent fda9797dc4
commit 3cd7dcdb26
3 changed files with 59 additions and 23 deletions
@@ -50,4 +50,8 @@ public class DataClassTest extends SingleFileTranslationTest {
public void testKeyrole() throws Exception {
checkFooBoxIsOk();
}
public void testPrivateFields() throws Exception {
checkFooBoxIsOk();
}
}