Intention to convert assert into an if with throw - bug fix for when the call is dot qualified

This commit is contained in:
Tal Man
2014-04-20 12:45:31 -04:00
parent feece3c326
commit 3713f50800
4 changed files with 22 additions and 1 deletions
@@ -0,0 +1,4 @@
// WITH_RUNTIME
fun foo() {
kotlin.<caret>assert(true, "text")
}