Files
kotlin-fork/jps-plugin/testData/incremental/classHierarchyAffected/varianceChanged/gradle-build.log
T

22 lines
448 B
Plaintext
Vendored

================ Step #1 =================
Compiling files:
src/A.kt
src/D.kt
src/useA.kt
src/useD.kt
End of files
Exit code: ABORT
------------------------------------------
COMPILATION FAILED
Type mismatch: inferred type is A<B> but A<C> was expected
Type mismatch: inferred type is A<B> but A<C> was expected
================ Step #2 =================
Compiling files:
src/D.kt
src/useA.kt
src/useD.kt
End of files
Exit code: OK