Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
eeaff786f0d0a86b7b827da0028bbafe287d3c04
/
.
/
compiler
/
testData
/
cli
/
jvm
/
werrorWithNoWarn.out
blob: 05591732782785c504c3c497d61a33d45ff08502 [
file
]
error
:
warnings found
and
-
Werror
specified
compiler
/
testData
/
cli
/
jvm
/
werror
.
kt
:
2
:
13
:
warning
:
division
by
zero
.
println
(
a
/
0
)
^^^^^
compiler
/
testData
/
cli
/
jvm
/
werror
.
kt
:
3
:
13
:
warning
:
division
by
zero
.
println
(
b
/
0
)
^^^^^
COMPILATION_ERROR