mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 08:31:31 +00:00
6 lines
198 B
Kotlin
Vendored
6 lines
198 B
Kotlin
Vendored
// "class org.jetbrains.kotlin.idea.quickfix.AddModifierFix" "false"
|
|
// ACTION: Create test
|
|
// ACTION: Inline type parameter
|
|
// ACTION: Remove final upper bound
|
|
class foo<T : <caret>JavaClass>() {}
|