mirror of
https://github.com/Smaug123/WoofWare.PawPrint
synced 2025-10-08 15:38:41 +00:00
Type-annotate a field (#57)
This commit is contained in:
@@ -11,7 +11,7 @@ type ThreadState =
|
||||
ActiveAssembly : AssemblyName
|
||||
}
|
||||
|
||||
member this.MethodState = this.MethodStates.[this.ActiveMethodState]
|
||||
member this.MethodState : MethodState = this.MethodStates.[this.ActiveMethodState]
|
||||
|
||||
static member New (activeAssy : AssemblyName) (methodState : MethodState) =
|
||||
{
|
||||
|
Reference in New Issue
Block a user