Sha256: 97fd17ad7a2fd540038942292cb567b176aaa4e1ef8a1045b885c4710794eaa1
Contents?: true
Size: 285 Bytes
Versions: 2
Compression:
Stored size: 285 Bytes
Contents
package asunit.support { import asunit.asserts.*; import asunit.framework.IAsync; import flash.utils.Dictionary; public class AnnotatedSuperClass { [Inject] public var async:IAsync; [Inject] public var dictionary:Dictionary; } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
asunit4-4.2.2.pre | test/asunit/support/AnnotatedSuperClass.as |
asunit4-4.2.1.pre | test/asunit/support/AnnotatedSuperClass.as |