mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-04 19:04:46 +00:00
make test green again (code was wrong, but not detected by compiler)
This commit is contained in:
@@ -49,7 +49,7 @@ proc makeDesktop(): PDesktop = new(TDesktop)
|
||||
|
||||
proc makeWindow(): PWindow = new(TWindow)
|
||||
|
||||
proc thisCausesError(a: var PView, b: PView) =
|
||||
proc thisCausesError(a: PView, b: PView) =
|
||||
discard
|
||||
|
||||
var dd = makeDesktop()
|
||||
|
||||
Reference in New Issue
Block a user