[VISUALIZER] Fix superTypes test
This commit is contained in:
committed by
TeamCityServer
parent
05efb8c129
commit
c678ad9eb9
@@ -1,7 +1,7 @@
|
||||
package org.jetbrains.kotlin.test
|
||||
|
||||
abstract class Base<T>(var x: T) {
|
||||
fun replace(newValue: T)
|
||||
abstract fun replace(newValue: T)
|
||||
}
|
||||
|
||||
class Derived(var x: Int): Base<Int>(x) {
|
||||
|
||||
Reference in New Issue
Block a user