Detect recursive property accessors #KT-17221 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
20f5023c48
commit
3b4dafe691
@@ -0,0 +1,7 @@
|
||||
package a;
|
||||
|
||||
public interface JavaInterface {
|
||||
String getSomething();
|
||||
|
||||
void setSomething(String value);
|
||||
}
|
||||
Reference in New Issue
Block a user