Add check for syntactic errors when analyzing files with error checking

This commit is contained in:
Natalia.Ukhorskaya
2012-06-14 17:38:42 +04:00
parent b279ce7f9e
commit 4826723c78
2 changed files with 5 additions and 1 deletions
@@ -1,7 +1,7 @@
class A {
private val sb: StringBuilder = StringBuilder()
fun String.plus {
fun String.plus() {
sb.append(this)
}