KT-6393 Smart completion of anonymous object inserts type with "!" for type parameter
#KT-6393 Fixed
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
public trait Comparator<T> {
|
||||
public fun compare(var1: T, var2: T): Int
|
||||
}
|
||||
Reference in New Issue
Block a user