iosched icon indicating copy to clipboard operation
iosched copied to clipboard

Can't compile - Overload resolution ambiguity

Open ferinagy opened this issue 6 years ago • 0 comments

I checked out current master (7935c28f249f32786ccc53bc0098d073065b1ec5) and run ./gradlew clean assemble with result

UserSessionMatcher.kt: (86, 52): Overload resolution ambiguity: 
public open fun contains(@Nullable element: TagIdAndCategory): Boolean defined in java.util.HashSet
public open fun contains(@Nullable element: TagIdAndCategory!): Boolean defined in java.util.HashSet

Full build log is here: build.txt

ferinagy avatar Aug 19 '19 12:08 ferinagy