9 lines
160 B
Racket
9 lines
160 B
Racket
#;
|
|
(exn-pred #rx"struct:: expected the literal")
|
|
|
|
#lang typed/racket
|
|
|
|
;; Check that #:methods is ruled out
|
|
(struct: foo ([a : Integer]) #:methods gen:dict [])
|
|
|