Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Trivial: Fix compilation with -preview=in #3593

Merged
merged 1 commit into from Oct 19, 2021

Commits on Oct 19, 2021

  1. Trivial: Fix compilation with -preview=in

    Because '-preview=in' does not have covariance between 'in' and 'const',
    it results in an error as the sink passed to 'Throwable.toString' should
    take its parameter by 'in'.
    Geod24 committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    ec1cb3c View commit details
    Browse the repository at this point in the history