KT-8299 Make proper access to private fields in generated methods of data classes
This commit is contained in:
@@ -50,4 +50,8 @@ public class DataClassTest extends SingleFileTranslationTest {
|
||||
public void testKeyrole() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
|
||||
public void testPrivateFields() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user