Introduce Variable: Amend semicolons to updated expression
#KT-2098 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun bar(): Int = 1
|
||||
|
||||
fun foo() {
|
||||
<selection>bar()</selection>;
|
||||
}
|
||||
Reference in New Issue
Block a user