summaryrefslogtreecommitdiff
path: root/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/classHierarchyAffected/classBecameInterface/build.log
blob: 302867e79fa25ab7264db855732cdfce447e0b42 (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
================ Step #1 =================

Cleaning output files:
  out/production/module/META-INF/module.kotlin_module
  out/production/module/foo/A.class
End of files
Compiling files:
  src/A.kt
End of files
Marked as dirty by Kotlin:
  src/AChild.kt
  src/AGrandChild.kt
  src/ATypeParameter.kt
  src/classLiteral.kt
  src/functionParameter.kt
  src/getA.kt
  src/importA.kt
  src/importAGrandChild.kt
  src/importStar.kt
  src/referencedByFqName.kt
  src/returnType.kt
  src/returnTypeImplicit.kt
Exit code: ADDITIONAL_PASS_REQUIRED
------------------------------------------
Cleaning output files:
  out/production/module/META-INF/module.kotlin_module
  out/production/module/bar/ImportStarKt.class
  out/production/module/bar/ReferencedByFqNameKt.class
  out/production/module/foo/AChild.class
  out/production/module/foo/AGrandChild.class
  out/production/module/foo/ATypeParameter.class
  out/production/module/foo/ClassLiteralKt.class
  out/production/module/foo/FunctionParameterKt.class
  out/production/module/foo/GetAKt.class
  out/production/module/foo/ReturnTypeImplicitKt.class
  out/production/module/foo/ReturnTypeKt.class
End of files
Compiling files:
  src/AChild.kt
  src/AGrandChild.kt
  src/ATypeParameter.kt
  src/classLiteral.kt
  src/functionParameter.kt
  src/getA.kt
  src/importA.kt
  src/importAGrandChild.kt
  src/importStar.kt
  src/referencedByFqName.kt
  src/returnType.kt
  src/returnTypeImplicit.kt
End of files
Exit code: ABORT
------------------------------------------
COMPILATION FAILED
This class does not have a constructor
Interface A does not have constructors
Interface A does not have constructors
Interface A does not have constructors
Interface A does not have constructors

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

Cleaning output files:
  out/production/module/foo/A$DefaultImpls.class
  out/production/module/foo/A.class
End of files
Compiling files:
  src/A.kt
  src/AChild.kt
  src/AGrandChild.kt
  src/ATypeParameter.kt
  src/classLiteral.kt
  src/functionParameter.kt
  src/getA.kt
  src/importA.kt
  src/importAGrandChild.kt
  src/importStar.kt
  src/referencedByFqName.kt
  src/returnType.kt
  src/returnTypeImplicit.kt
End of files
Exit code: OK
------------------------------------------