KT-6393 Smart completion of anonymous object inserts type with "!" for type parameter

#KT-6393 Fixed
This commit is contained in:
Valentin Kipyatkov
2015-05-08 11:36:30 +03:00
parent 833d474876
commit ce3492f270
14 changed files with 104 additions and 58 deletions
@@ -0,0 +1,3 @@
public trait Comparator<T> {
public fun compare(var1: T, var2: T): Int
}