mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Instead, always return the computed Type and let the caller deal with it. NFC except for accidentally fixing a crasher. Swift SVN r32377
9 lines
252 B
Swift
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
|