Files
kotlin-fork/compiler/testData/asJava/lightClasses/lightClassByPsi/unresolvedWithAliasedImport.fir.java
T
2023-01-12 17:45:08 +00:00

10 lines
306 B
Java
Vendored

public final class Derived /* some.Derived*/ implements other.Unresolved {
private final other.Unresolved x = null /* initializer type: null */;
public Derived();// .ctor()
public final other.Unresolved getX();// getX()
public final void takeA(other.Unresolved);// takeA(other.Unresolved)
}