Agda-2.3.2.2: test/succeed/Issue279.agda
module Issue279 where record Unit : Set where constructor tt open Unit tt -- this no longer brings tt into scope test : Unit test = tt
module Issue279 where record Unit : Set where constructor tt open Unit tt -- this no longer brings tt into scope test : Unit test = tt