소스 검색

respect `--no-inline` again (fixes #9882)

Aleksandr Kuzmenko 5 년 전
부모
커밋
6803582b9e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/typing/fields.ml

+ 1 - 1
src/typing/fields.ml

@@ -127,7 +127,7 @@ let field_access ctx mode f fh e pfield =
 		in
 		let default () =
 			match m, mode with
-			| MethInline, _ ->
+			| MethInline, _ when ctx.g.doinline ->
 				AKField (make_access true)
 			| MethMacro, MGet ->
 				display_error ctx "Macro functions must be called immediately" pfield; normal()