Method without body can be declared in non-virtual class #41

닫힘
" belliash2018-08-11 21:14:06 +02:00을 오픈" · 1 comment
소유자

PH7 Engine allows a virtual method to be declared in non-virtual class, example:

class Test {
    function a();
}

Above example will not throw any compilation error, while we all expect it to throw some error like "Non-abstract method Test::a() must contain body".

PH7 Engine allows a virtual method to be declared in non-virtual class, example: class Test { function a(); } Above example will not throw any compilation error, while we all expect it to throw some error like "Non-abstract method Test::a() must contain body".
belliash added the
bug
label 2018-08-11 21:14:06 +02:00
belliash 자체적으로 할당됨 2018-08-11 22:49:48 +02:00
Author
소유자

Will be done in compiler_rework branch.

Will be done in compiler_rework branch.
belliash changed title from Method without body can be declared in non-virtual class. to Method without body can be declared in non-virtual class 2018-08-11 23:00:15 +02:00
"로그인하여 이 대화에 참여"
마일스톤 없음
담당자 없음
참여자 1명
알림
마감일
기한이 올바르지 않거나 범위를 벗어났습니다. 'yyyy-mm-dd'형식을 사용해주십시오.

마감일이 설정되지 않았습니다.

의존성

No dependencies set.

Reference: aerscript/Aer#41
No description provided.