mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
Remove KForeignMemberProperty and KClassOrigin, use KMemberPropertyImpl instead
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package test;
|
||||
|
||||
public class equalsHashCodeToString {
|
||||
public final boolean b;
|
||||
public char c;
|
||||
|
||||
public equalsHashCodeToString() {
|
||||
this.b = false;
|
||||
this.c = '0';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user