Suggest assert/return postfix templates only for statements
#KT-14079 Fixed #KT-14090 Fixed
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
fun foo(x: Any): Any {
|
||||
val y = x.return<caret>
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
fun foo(x: Any): Any {
|
||||
val y = x.return <caret>
|
||||
}
|
||||
Reference in New Issue
Block a user