Files
kotlin-fork/compiler/testData
Svetlana Isakova 9a0ec7949e fixed bug in constraint system
For parameter type T constraint T? <: Int? should NOT transform to T <: Int, it should be T <: Int?
equality constraint T? = Int? should transform to T <: Int? && T >: Int
2013-10-16 19:51:52 +04:00
..
2013-10-01 19:32:38 +04:00
2013-03-27 19:19:55 +04:00