Files
swift-mirror/validation-test/compiler_crashers_fixed/25945-swift-conformancelookuptable-expandimpliedconformances.swift
2015-07-27 00:40:38 +00:00

11 lines
271 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
protocol a
class A{func b
class b:A{class T:b
var o:a{a