Steven Burns

Results 2 issues of Steven Burns

Consider this simple example: ```F# type MyType() = member x.DoNothing(d:MyType) = () let a = MyType() let b = new MyType() // alternative syntax a.DoNothing(b) ``` Try renaming MyType to...

Needs-Repro
Area-LangService-RenameSymbol

How to reproduce: 1. Download this project and open with Defold 2. Open main.gui, select Layouts and add a layout (e.g. Landscape) 3. Build This could be related to #34...