Write full synthetic method signature for annotated property
This will be needed to support annotated extension properties, since they have the same name but different signatures
This commit is contained in:
@@ -265,7 +265,8 @@ public class PropertyGenTest extends CodegenTestCase {
|
||||
}
|
||||
}
|
||||
|
||||
private static final String TEST_SYNTHETIC_METHOD_NAME = JvmAbi.getSyntheticMethodNameForAnnotatedProperty(Name.identifier("property"));
|
||||
private static final String TEST_SYNTHETIC_METHOD_NAME =
|
||||
JvmAbi.getSyntheticMethodSignatureForAnnotatedProperty(Name.identifier("property")).getName();
|
||||
|
||||
public void testAnnotatedClassPropertyNoField() {
|
||||
loadFile("properties/annotatedClassPropertyNoField.kt");
|
||||
|
||||
Reference in New Issue
Block a user