Extraction Engine: Support references to synthetic properties
This commit is contained in:
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
interface Named {
|
||||
@NotNull
|
||||
String getName();
|
||||
}
|
||||
Reference in New Issue
Block a user