# [[[ PREPROCESSOR ]]] # <<< PARSE_ERROR: 'ERROR ECOPAPL02' >>> # <<< PARSE_ERROR: 'syntax error' >>> # [[[ HEADER ]]] use RPerl; package RPerl::Test::Properties::Class_00_Bad_15; use strict; use warnings; our $VERSION = 0.001_000; # [[[ OO INHERITANCE ]]] use parent qw(RPerl::Test); use RPerl::Test; # [[[ OO PROPERTIES ]]] our hashref $properties = { empty_property => my integer $TYPED_empty_property = }; # [[[ SUBROUTINES & OO METHODS ]]] sub empty_method { { my void::method $RETURN_TYPE }; return 2; } 1; # end of class