Can be constructor property: comment saver introduced to retain comments; unbound comments now added before, not after
(cherry picked from commit 886cf21)
This commit is contained in:
committed by
Mikhail Glukhikh
parent
4145e3438f
commit
4abcc278fd
@@ -2,7 +2,8 @@
|
||||
// WITH_RUNTIME
|
||||
|
||||
fun foo(p: Array<String?>) {
|
||||
val v = p[0]!!<caret>/* null */
|
||||
/* null */
|
||||
val v = p[0]!!
|
||||
// now let's check it for null
|
||||
// 'v' should not be null
|
||||
}
|
||||
Reference in New Issue
Block a user