Fix tests for "may be constant" inspection

This commit is contained in:
Mikhail Glukhikh
2017-12-15 17:06:25 +03:00
parent 3b4f82c9b9
commit 2b5bbf0fdd
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -1,3 +1,4 @@
// PROBLEM: none
// WITH_RUNTIME
val <caret>arr = arrayOf("alpha", "omega")
@@ -1,3 +1,4 @@
// PROBLEM: none
val <caret>withGetter = 42 get() = field
val <caret>withGetter = 42
get() = field