3d0d82b862
Presentation status has stopped working after https://github.com/JetBrains/intellij-community/commit/18ce2c6070667608d9bf5a18926778187564fd19
15 lines
175 B
Kotlin
Vendored
15 lines
175 B
Kotlin
Vendored
// MOVE: down
|
|
// IS_APPLICABLE: false
|
|
class A {
|
|
fun <T, U, W> foo(
|
|
b: Int,
|
|
c: Int
|
|
<caret>a: Int,
|
|
) {
|
|
|
|
}
|
|
class B {
|
|
|
|
}
|
|
}
|