๋ฌธ์ ์กฐ๊ฑด `C`, ์ฐธ์ผ ๋ ๋ฐํํ๋ ํ์ `T`, ๊ฑฐ์ง์ผ ๋ ๋ฐํํ๋ ํ์ `F`๋ฅผ ๋ฐ๋ ํ์ `If`๋ฅผ ๊ตฌํํ์ธ์. `C`๋ `true` ๋๋ `false`์ด๊ณ , `T`์ `F`๋ ์๋ฌด ํ์ ์ ๋๋ค. ์์: type A = If // expected to be 'a' type B = If // expected to be 'b' ํ์ด type If = C extends true ? T : F type์์ extends๊ฐ ๋ฑํธ ๋๊ฐ == ์ ํด๋นํ๋ค๊ณ ๋ณด๋ฉด ํธํ ๊ฒ ๊ฐ๋ค ์ถ์ฒ https://github.com/type-challenges/type-challenges/blob/main/questions/00268-easy-if/README.ko.md