Files
swift-mirror/validation-test/compiler_crashers_fixed/27553-swift-conformancelookuptable-getconformingcontext.swift
Doug Gregor 98dadc9800 Teach resolveTopLevelIdentTypeComponent not to modify the component.
Instead, always return the computed Type and let the caller deal with
it. NFC except for accidentally fixing a crasher.

Swift SVN r32377
2015-10-01 20:17:24 +00:00

9 lines
252 B
Swift

// RUN: not %target-swift-frontend %s -parse
// Distributed under the terms of the MIT license
// Test case submitted to project by https://github.com/practicalswift (practicalswift)
// Test case found by fuzzing
var b={class A:A class A:d
class d:A