-
Notifications
You must be signed in to change notification settings - Fork 316
Closed
Description
Thanks for bring Fable to F#10 !
Should F# 10's #warnon work in 5.0.0-alpha.17 ?
open System
type T() =
[<Obsolete("Use something else")>]
static member x = 1
let hi(_)=
#nowarn "44" // Suppress warnings for obsolete usage
let x = T.x
#warnon "44" // Re-enable warnings for obsolete usage
()I get a
Unexpected symbol # in binding (code 10)
Do I need to position or indent them differently?
Metadata
Metadata
Assignees
Labels
No labels