6c439ae85a
#KT-34744
6 lines
194 B
Kotlin
Vendored
6 lines
194 B
Kotlin
Vendored
// "Suppress unused warning if annotated by 'kotlin.Deprecated'" "false"
|
|
// ACTION: Create test
|
|
// ACTION: Enable a trailing comma by default in the formatter
|
|
@Deprecated("")
|
|
fun foo<caret>(){}
|