Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testCodeWasCompiledWithSwift3Compiler (0.42 sec)

  1. platforms/native/platform-native/src/testFixtures/groovy/org/gradle/nativeplatform/fixtures/app/Swift3Test.groovy

                    '''XCTAssertNotNil(getLongMessage().range(of: "Multi-line strings also let you write \\"quote marks\\"\\nfreely inside your strings, which is great!"))'''),
                testCase("testCodeWasCompiledWithSwift3Compiler",
                    """#if swift(>=4.0)
                            XCTFail("Compilation unit compiled with Swift 4+ instead of Swift 3.x");
                        #elseif swift(>=3.0)
                            // Do nothing
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 1.8K bytes
    - Viewed (0)
Back to top