is this a bug? there are two functions: `fun SQLi...
# intellij
a
is this a bug? there are two functions:
fun SQLiteDatabase.insert(tableName: String, vararg values: Pair<String, Any>)
and java method
insert
in SQLiteDatabase when trying to invoke extension fun with one of variable arguments as nullable value (String?) Android Studio shows message about incorrect arguments of
insert
method, instead of message about that Nullable value can't be passed as argument