- Fix typing enter after import
- Prepared tests for KT-1161 (disabled)
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
import java.util.ArrayList
|
||||
<caret>
|
||||
@@ -0,0 +1 @@
|
||||
import java.util.ArrayList<caret>
|
||||
@@ -0,0 +1,3 @@
|
||||
fun testParam(
|
||||
<caret>) {
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
fun testParam(
|
||||
<caret>) {
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
fun testParam(a : String, b : Int,
|
||||
<caret>) {
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
fun testParam(a : String, b : Int,<caret>) {
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
fun some(
|
||||
a: Int,
|
||||
b: String, c: Int,
|
||||
d: String, e: Int
|
||||
) {
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
fun some(
|
||||
a: Int,
|
||||
b: String, c: Int,
|
||||
d: String, e: Int
|
||||
) {
|
||||
}
|
||||
Reference in New Issue
Block a user