blob: 62a9d4de2d119f064318f064210a425e5be17f09 [file] [log] [blame]
// RUN: %empty-directory(%t)
// RUN: %incparse-test %s --test-case NO_CHANGES
// RUN: %incparse-test %s --test-case NESTED_INITIALIZERS
func start() {}
class Bar
let y = 1
class NestedInitializers {
<<NESTED_INITIALIZERS<|||init() {>>>
init() {
}
<<NESTED_INITIALIZERS<|||}>>>
}