Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

// assuming to be executed on proguarded compiler in which `newArrayList` is present, but `asList` ist removed
// assuming to be executed on proguarded compiler in which `newArrayList` is present, but `asList` is removed
// first pulling `newArrayList`, so with non-embeddable (not shaded) host/compiler the class `Lists` will be pulled from
// the guava embedded into compiler, then using `asList`, which should not be present in this version of the class due to proguarding
// So, the compilation should only succeed if shaded compiler is used and `Lists` are loaded from the non-embedded guava jar
Expand Down