mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Per discussion with Doug, there's no reason why this should not work:
class Outer {
class Inner {
func extract() { ... }
}
}
var obj : DynamicLookup = ...
obj.extract!()
Swift SVN r7763
20 KiB
20 KiB