Files
2023-10-04 21:57:43 +00:00

5 lines
291 B
Plaintext
Vendored

compiler/testData/compileKotlinAgainstCustomBinaries/incompleteHierarchyMissingInterface/source.kt:5:15: error: cannot access 'test.A' which is a supertype of 'test.B'. Check your module classpath for missing or conflicting dependencies.
D.m(B.n())
^
COMPILATION_ERROR