EA - 35896 Case when property accessors are declared but only access level is specified
This commit is contained in:
@@ -133,4 +133,9 @@ public final class MiscTest extends AbstractExpressionTest {
|
||||
public void testMainFunInNestedNamespace() throws Exception {
|
||||
checkOutput("mainFunInNestedNamespace.kt", "ayee");
|
||||
}
|
||||
|
||||
|
||||
public void testPropertiesWithExplicitlyDefinedAccessorsWithoutBodies() throws Exception {
|
||||
checkFooBoxIsTrue("propertiesWithExplicitlyDefinedAccessorsWithoutBodies.kt");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user