bebc75c8ef
#KT-2787 Fixed.
6 lines
140 B
Kotlin
Vendored
6 lines
140 B
Kotlin
Vendored
interface MutableMatrix<T> {
|
|
}
|
|
|
|
fun <T> toMutableMatrix(): MutableMatrix<T> {
|
|
return <!RESOLUTION_TO_CLASSIFIER!>MutableMatrix<!><T>()
|
|
} |