Test fix (I hope so) from parameter info group

This commit is contained in:
Mikhail Glukhikh
2017-05-11 16:38:51 +03:00
parent 97bcf9f538
commit 6523f237a6
3 changed files with 6 additions and 0 deletions
@@ -1,3 +1,5 @@
// WITH_RUNTIME
import java.io.File
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
val v: A<X, <caret>>
@@ -1,3 +1,5 @@
// WITH_RUNTIME
import java.util.*
fun foo() {