Skip to content

Commit

Permalink
Kiran's test cases wala#10 to wala#12
Browse files Browse the repository at this point in the history
  • Loading branch information
Deepkiran Sangha authored and Tejas Karuturi committed Jan 27, 2025
1 parent 4b175b0 commit b95600a
Showing 1 changed file with 36 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,40 @@ public void testOverridesOnePointFour()
true,
null);
}

@Test
public void testVarargsCovariant()
throws IllegalArgumentException, CancelException, IOException {
runTest(
singlePkgTestSrc("javaonepointfive"),
rtJar,
simplePkgTestEntryPoint("javaonepointfive"),
emptyList,
true,
null);
}

@Test
public void testSimpleEnums()
throws IllegalArgumentException, CancelException, IOException {
runTest(
singlePkgTestSrc("javaonepointfive"),
rtJar,
simplePkgTestEntryPoint("javaonepointfive"),
emptyList,
true,
null);
}

@Test
public void testGenericSuperSink()
throws IllegalArgumentException, CancelException, IOException {
runTest(
singlePkgTestSrc("javaonepointfive"),
rtJar,
simplePkgTestEntryPoint("javaonepointfive"),
emptyList,
true,
null);
}
}

0 comments on commit b95600a

Please # to comment.