Thursday, June 26, 2025
30.8 C
Singapore

Lee Kuan Yew’s grandson backs-up statement on Lee Hsien Loong and Ho Ching

Lee Kuan Yew’s grandson and Lee Hsien Yang’s son, Li Shengwu, has supported his father and aunt in their feud with his uncle.

Writing in his Facebook, the 32-year-old Shengwu said he generally avoids commenting on Singapore politics, but that this was an exception. He added that in the the last few years, my immediate family has become increasingly worried about the lack of checks on abuse of power.

“The situation is now such that my parents have made plans to relocate to another country, a painful decision that they have not made lightly,” he said.

I generally avoid commenting on Singapore politics, but this is an exception.In the last few years, my immediate…

Posted by Shengwu Li on Tuesday, 13 June 2017

When a friend asked him why the matter was not in the news in Singapore, Shengwu said: “Because the Singapore news is heavily controlled by the government. I’m in a position to know.”

See also  Text messages with activist led to Amos Yee's detention in Chicago

Hot this week

Singapore’s Bastion Mining secures majority control of Mongolian gold and copper mines

SINGAPORE/MONGOLIA: Singapore-based Bastion Mining has declared its off-market takeover...

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });