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