Files
kotlin-fork/compiler/testData/cli/jvm/extendedCheckers.out
T
2022-04-28 15:42:42 +00:00

8 lines
194 B
Plaintext
Vendored

warning: ATTENTION!
This build uses experimental K2 compiler:
-Xuse-k2
compiler/testData/cli/jvm/extendedCheckers.kt:2:12: warning: redundant explicit type
val i: Int = 1
^
OK