Fix errors in intentions after parser fixes

This commit is contained in:
Nikolay Krasko
2014-06-24 11:00:30 +04:00
parent d8490ce2a6
commit 0716b09920
4 changed files with 1 additions and 6 deletions
@@ -1,4 +1,5 @@
// IS_APPLICABLE: false
// ERROR: Expression 'if "test" is String' of type 'kotlin.Unit' cannot be invoked as a function. The function invoke() is not found
fun doSomething<T>(a: T) {}