Ad
  • Default User Avatar
  • Default User Avatar

    Can someone explein mi this?
    main.swift:13:19: error: cannot find 'step' in scope
    XCTAssert(step(g, m, n)! == expected!, "should return (expected!)")
    ^~~~
    main.swift:16:19: error: cannot find 'step' in scope
    XCTAssert(step(g, m, n) == nil, "Should return nil")

    Swift language.