blob: 847a34f602edb9411e7621b62ca2c2178888b054 [file] [log] [blame]
// RUN: %target-swift-ide-test -print-usrs -source-filename %s | %FileCheck %s -strict-whitespace
// CHECK: [[@LINE+1]]:6 s:O14swift_ide_test11InvalidEnum{{$}}
enum InvalidEnum {
case
}