File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
generated-sources/src/test/kotlin/org/jetbrains/kotlinx/dataframe/types
src/test/kotlin/org/jetbrains/kotlinx/dataframe/types Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ class UtilTests {
168168 interface TypeWithUpperbound1 <T : UpperBound >
169169 interface TestType1 <T : UpperBound > : TypeWithUpperbound1 <T >
170170 interface TestTypeIn1 <in T > : Comparable <T >
171- interface TestType2 <S : UpperBound > : TestTypeIn1 <TestType1 <S >>
171+ interface TestType2 <S : UpperBound > : TestTypeIn1 <TestType1 <S >>
172172
173173 @Test
174174 fun replaceGenericTypeParametersWithUpperbound () {
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ class UtilTests {
168168 interface TypeWithUpperbound1 <T : UpperBound >
169169 interface TestType1 <T : UpperBound > : TypeWithUpperbound1 <T >
170170 interface TestTypeIn1 <in T > : Comparable <T >
171- interface TestType2 <S : UpperBound > : TestTypeIn1 <TestType1 <S >>
171+ interface TestType2 <S : UpperBound > : TestTypeIn1 <TestType1 <S >>
172172
173173 @Test
174174 fun replaceGenericTypeParametersWithUpperbound () {
You can’t perform that action at this time.
0 commit comments