Files
kotlin-fork/idea/testData/findUsages/kotlin/companionObject/javaUsage.results.txt
T

4 lines
202 B
Plaintext
Vendored

Class static member access (5: 28) System.out.println(Foo.CONST);
Class static member access (6: 9) Foo.s();
Unclassified usage (1: 15) import static Foo.*;
Unclassified usage (7: 13) Foo.Companion.f();