blob: 69f7dcc160fad277a0d8538158d726affeff9bd0 [file] [log] [blame]
// RUN: not %target-swift-frontend %s -typecheck
var str = "Hello"
String(str.subscript(
str.startIndex..<str.endIndex))