Test fix (I hope so) from parameter info group
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
// WITH_RUNTIME
|
||||||
|
|
||||||
import java.io.File
|
import java.io.File
|
||||||
|
|
||||||
val file = File(<caret>)
|
val file = File(<caret>)
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
// WITH_RUNTIME
|
||||||
|
|
||||||
open class A<T1 : Any, T2, T3 : List<T1>> where T2 : Runnable, T2 : Cloneable, T3 : Runnable
|
open class A<T1 : Any, T2, T3 : List<T1>> where T2 : Runnable, T2 : Cloneable, T3 : Runnable
|
||||||
|
|
||||||
val v: A<X, <caret>>
|
val v: A<X, <caret>>
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
// WITH_RUNTIME
|
||||||
|
|
||||||
import java.util.*
|
import java.util.*
|
||||||
|
|
||||||
fun foo() {
|
fun foo() {
|
||||||
|
|||||||
Reference in New Issue
Block a user