Upstream version 11.40.271.0
[platform/framework/web/crosswalk.git] / src / tools / gyp / test / mac / swift-library / file.swift
1 import Foundation
2
3 public class GypSwiftTest {
4   let myProperty = false
5
6   init() {
7     self.myProperty = true
8   }
9 }