3d0d82b862
Presentation status has stopped working after https://github.com/JetBrains/intellij-community/commit/18ce2c6070667608d9bf5a18926778187564fd19
9 lines
99 B
Plaintext
Vendored
9 lines
99 B
Plaintext
Vendored
// MOVE: up
|
|
class A {
|
|
<caret>init {
|
|
// Second
|
|
}
|
|
init {
|
|
// First
|
|
}
|
|
} |