blob: 524853c15f450b18f11cda1b2dbe9a96fa1a8db2 [file] [log] [blame]
// This source file is part of the Swift.org open source project
// Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors
// Licensed under Apache License v2.0 with Runtime Library Exception
//
// See https://swift.org/LICENSE.txt for license information
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
// RUN: not %target-swift-frontend %s -typecheck
func d<v: p>() -> [v] {
func u() {
var d = [[Int]]()
for h in 0..<1 {
d[h][h] = 1
}
}
m p {
}
class w<d> {
init <p: p k p.r == d>(j: p.r) {
}
}
class p {
class func u() -> String {
u