79711682

Date: 2025-07-23 10:06:22
Score: 1.5
Natty:
Report link
expect class LocationService {
    suspend fun getUserLocation(): UserLocation?
}

data class UserLocation(val latitude: Double, val longitude: Double)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Yash Smith