1
Iは、以下の例示的な形式を設定している:ユーレカ:メンバーにあいまいな参照 '+++'
let testForm = Form()
testForm +++ Section()
<<< PushRow().cellSetup({ (cell, row) in
row.title = "foo"
})
+++ Section()
エラーAmbiguous reference to member '+++'
を引き起こすtestForm +++ Section()
ライン。 cellSetup呼び出しを削除すると、エラーが表示されなくなります。ここで何が起こっていますか?