mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
- disabled tests are reported as KT-70426, KT-70427, KT-70428 - call line marker messages in BGT, same as in production KT-70404 GitOrigin-RevId: 7b368ad384d13b0a04053a3e666a4e43edf7e37c
4 lines
119 B
Kotlin
4 lines
119 B
Kotlin
// kotlin.collections.List
|
|
abstract class CMutableList<Elem> : MutableList<Elem> by mutableListOf<Elem>()
|
|
// IGNORE_K2
|