8b0b135112
#KT-30804 Fixed
5 lines
100 B
Kotlin
Vendored
5 lines
100 B
Kotlin
Vendored
// "Remove 'final' modifier" "true"
|
|
|
|
@Deprecated("")
|
|
/* some comment */
|
|
final<caret> val x: Int = 42 |