summaryrefslogtreecommitdiff
path: root/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/withJava/javaUsedInKotlin/javaMethodParamNullabilityChanged/build.log
blob: f22ff34c7da5b5c4f835e781ca088f5d2ec558cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
================ Step #1 =================

Cleaning output files:
  out/production/module/A.class
End of files
Exit code: NOTHING_DONE
------------------------------------------
Compiling files:
  src/A.java
End of files
Cleaning output files:
  out/production/module/AChild.class
  out/production/module/META-INF/module.kotlin_module
  out/production/module/UseAKt.class
End of files
Compiling files:
  src/AChild.kt
  src/useA.kt
End of files
Exit code: ABORT
------------------------------------------
COMPILATION FAILED
'f' overrides nothing
Null can not be a value of a non-null type String

================ Step #2 =================

Cleaning output files:
  out/production/module/A.class
End of files
Compiling files:
  src/AChild.kt
  src/useA.kt
End of files
Exit code: OK
------------------------------------------
Compiling files:
  src/A.java
End of files