Codebase list ohcount / fresh-snapshots/main test / detect_files / ActionscriptFile.as
fresh-snapshots/main

Tree @fresh-snapshots/main (Download .tar.gz)

ActionscriptFile.as @fresh-snapshots/mainraw · history · blame

package ohcount.test.detect_files
{
	public class ActionscriptFile 
	{
		public var actionscript:String;
		
		public function actionsciptMethod():void
		{
			
		}
	}
}