Files
swift-mirror/test/SourceKit/CodeComplete/complete_crash1.swift
Dmitri Gribenko b6d0ef5c81 Remove support for a broken std::regex in libstdc++ 4.8
Out of all operating systems ever supported by Swift, only Ubuntu 14.04
had libstdc++ 4.8, and Swift has sunset support for Ubuntu 14.04 for a
while now.
2020-05-19 17:20:55 +02:00

9 lines
156 B
Swift

// RUN: %complete-test -tok=TOK1 -hide-none %s
import QuartzCore
class Cl{
var L : CALayer = {
let layer = CALayer()
layer.transform = #^TOK1^#