Block or Report
Block or report DavidGoodenough
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
10 contributions in the last year
Contribution activity
May 2022
Created an issue in lampepfl/dotty that received 4 comments
@transient lazy val does not get marked as ACC_TRANSIENT
Compiler version 3.1.0 and 3.1.1 Minimized code class Test() { @transient lazy val lazyVal = "lazy" @transient val ordinaryVal = "ordinary" } Output …
4
comments