Codebase list ohcount / lintian-fixes/main test / detect_files / ActionscriptFile.as
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

ActionscriptFile.as @lintian-fixes/mainraw · history · blame

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