Files
kotlin-fork/compiler/testData/asJava/lightClasses/lightClassByPsi/unresolvedWithAliasedImport.fir.java
T
2023-05-11 11:48:45 +00:00

12 lines
421 B
Java
Vendored

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