af5f76048b
Now more diff between sources and libraries are readable. Also prefer .descriptors to .fir as FIR is a first-class support ^KT-62892
12 lines
241 B
Java
Vendored
12 lines
241 B
Java
Vendored
public final class X /* X*/ {
|
|
private int v = 1 /* initializer type: int */;
|
|
|
|
private int w = 1 /* initializer type: int */;
|
|
|
|
public X();// .ctor()
|
|
|
|
public final int getW();// getW()
|
|
|
|
public final void setV(int);// setV(int)
|
|
}
|