blob: 0ade41d26ad55e169e3d0cde3e773776b5d789b3 [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
}