This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CLASS zcl_bosd_bowling_kata DEFINITION | |
PUBLIC | |
FINAL | |
CREATE PUBLIC. | |
PUBLIC SECTION. | |
TYPES gtt_rolls TYPE STANDARD TABLE OF int1. | |
CLASS-METHODS score_game | |
IMPORTING it_rolls TYPE gtt_rolls |
OlderNewer