Files
swift-mirror/test/SIL/Inputs/printer_include_decls_module_helper.swift
Bartosz Polaczyk e388b185f2 [SIL] Always print types in SIL
SIL prints types and declarations defined in a current file
(-primary-file flag) or a module (whole module mode).
2018-02-13 20:30:03 +01:00

5 lines
67 B
Swift

class Bar {
// CHECK: class Bar
// CHECK-NEGATIVE-NOT: class Bar
}