KT-11018 Ctrl + Mouse Hover shows a var as val

#KT-11018 Fixed
This commit is contained in:
Valentin Kipyatkov
2016-02-12 15:00:55 +03:00
parent c9f26de9f5
commit 4cd7193047
360 changed files with 447 additions and 424 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
Resolve target: value-parameter val o: kotlin.String? smart-cast to kotlin.String
Resolve target: value-parameter o: kotlin.String? smart-cast to kotlin.String
----------------------------------------------
fun foo(o: String?, o1: String) {
if (o != o1) return