Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
67ac90ce0868ee0c9cd08d72460f16efecded549
/
.
/
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