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
Expand Up @@ -125,6 +125,9 @@ object ReflectionUtils {
catch {
// a workaround for Scala bug #12190
case _: Symbols#CyclicReference => Nil
// error reading Scala signature
case e: RuntimeException
if e.getMessage.toLowerCase.contains("scala signature") => Nil
}

val maybeMember = members
Expand Down