KT-619 Type inference fails
#KT-619 Fixed
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
class A(t : Int) : Comparable<A> {
|
||||
var i = t
|
||||
override fun compareTo(other : A) = (this.i - other.i)
|
||||
}
|
||||
Reference in New Issue
Block a user