groostav
10/12/2019, 9:46 PMkotlin.Pair
vs javafx.util.Pair
. Can these inspections be updated to detect error messages like "expected List<ASDF> but was List<ASDF>"... oh, expected == actual, => fully qualify them => "expected List<com.yourcompany.ASDF> but was List<somebody.else.ASDF>"
Maybe this can should be my first PR against the kotlin plugin repo?pavi2410
10/12/2019, 10:48 PM