- Move introduce and remove !! call to one class
This commit is contained in:
Nikolay Krasko
2012-07-02 20:40:34 +04:00
parent d879827371
commit 83d0e8ebb5
13 changed files with 203 additions and 167 deletions
@@ -0,0 +1,4 @@
// "Add non-null asserted (!!) call" "true"
fun foo(a: Int?) {
a.<caret>plus(1)
}