Skip to content

Commit

Permalink
Fix test data inconsistency caused by commit clash
Browse files Browse the repository at this point in the history
  • Loading branch information
mglukhikh committed Feb 4, 2022
1 parent 5223efd commit 9747368
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ class A2<K : Comparable<K & Any>?>

fun <R : T & Any, T> bar() {}

fun <E : E & Any> baz() {}
fun <<!CYCLIC_GENERIC_UPPER_BOUND!>E : E & Any<!>> baz() {}

0 comments on commit 9747368

Please sign in to comment.