KT-1306123.lng or 123.sht is not good name

This commit is contained in:
Andrey Breslav
2012-02-20 21:42:13 +04:00
parent 5eb483b7a7
commit bff62484b1
68 changed files with 233 additions and 220 deletions
@@ -16,7 +16,7 @@ fun bbb() {
fun foo(<warning>expr</warning>: StringBuilder): Int {
val c = 'a'
when(c) {
0.chr -> throw Exception("zero")
0.char -> throw Exception("zero")
else -> throw Exception("nonzero" + c)
}
}
+1 -1
View File
@@ -2,7 +2,7 @@
get() : Int = 1
set(value : <error>Long</error>) {
$x = value.int
$x = <error>1.lng</error>
$x = <error>1.long</error>
}
val xx : Int = <error>1 + x</error>