173: Revert changes for IDEA < 181
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
fun some() : String? = null
|
||||
|
||||
fun test() {
|
||||
val <caret>test = some()
|
||||
}
|
||||
|
||||
|
||||
//INFO: <pre><b>val</b> test: String?</pre>
|
||||
Reference in New Issue
Block a user